summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorGargaj <gargaj@conspiracy.hu>2015-12-01 23:12:44 +0100
committerGargaj <gargaj@conspiracy.hu>2015-12-13 13:27:38 +0100
commitf9008a4860dc9af9ca2e2ceb643064745269dcec (patch)
treecf8f3e6ed33c7dc5e98baa6a530683749ae40e51 /Server
parentMerge pull request #2737 from Gargaj/snowgolem (diff)
downloadcuberite-f9008a4860dc9af9ca2e2ceb643064745269dcec.tar
cuberite-f9008a4860dc9af9ca2e2ceb643064745269dcec.tar.gz
cuberite-f9008a4860dc9af9ca2e2ceb643064745269dcec.tar.bz2
cuberite-f9008a4860dc9af9ca2e2ceb643064745269dcec.tar.lz
cuberite-f9008a4860dc9af9ca2e2ceb643064745269dcec.tar.xz
cuberite-f9008a4860dc9af9ca2e2ceb643064745269dcec.tar.zst
cuberite-f9008a4860dc9af9ca2e2ceb643064745269dcec.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua b/Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua
index b4ecb5ca1..3c496cfb1 100644
--- a/Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua
+++ b/Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua
@@ -35,7 +35,8 @@ return
Returns = [[
If the function returns false or no value, other plugins' callbacks are called and then Cuberite
processes the interaction. If the function returns true, no other callbacks are called for this
- event and the interaction is silently dropped.
+ event and the block is treated like any other block (i.e. if it's possible to place a torch on,
+ it will be placed, and so on.)
]],
}, -- HOOK_PLAYER_USING_BLOCK
}